Description
Get a summary of document changes in the synchronization roots of the currently authenticated user. Return the result as a JSON blob.
Operation id | NuxeoDrive.GetChangeSummary |
Category | Services |
Label | Nuxeo Drive: Get change summary |
Requires | |
Since | |
Parameters
Signature
Implementation Information
JSON Definition
{
"id" : "NuxeoDrive.GetChangeSummary",
"label" : "Nuxeo Drive: Get change summary",
"category" : "Services",
"requires" : null,
"description" : "Get a summary of document changes in the synchronization roots of the currently authenticated user. Return the result as a JSON blob.",
"url" : "NuxeoDrive.GetChangeSummary",
"signature" : [ "void", "blob" ],
"params" : [ {
"name" : "lastSyncActiveRootDefinitions",
"description" : null,
"type" : "string",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ ]
}, {
"name" : "lowerBound",
"description" : "Optional lower bound of the interval for which to get the changes. If not provided, the list of document changes will be emtpy, yet the summary will contain the upper bound of the scanned interval. If set to 0, the interval will start from the repository's initialization.",
"type" : "long",
"required" : false,
"widget" : null,
"order" : 0,
"values" : [ "-1" ]
} ]
}